projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f5de47
)
Bump version
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 23 Sep 2013 19:08:50 +0000
(15:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 23 Sep 2013 19:08:50 +0000
(15:08 -0400)
3.11 is open for business.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 09f2e7bd1b76e5744d7d4996529c581ca921a8a9..7be15d2a07b9b73a4046aa7942aea133bacf5f2e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-9,8
+9,8
@@
# set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0.
m4_define([gtk_major_version], [3])
-m4_define([gtk_minor_version], [
9
])
-m4_define([gtk_micro_version], [
17
])
+m4_define([gtk_minor_version], [
11
])
+m4_define([gtk_micro_version], [
0
])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])